All Questions
13 questions
1vote
0answers
2kviews
jQuery animate() and css() not performing well in firefox and internet explorer
I am making a webapp that needs a division to expand on click. (The division is loaded with content, so it was likely to not animate very well, but I increased the animation time to 1s to make it look ...
2votes
1answer
5kviews
"Rasterbation" function to split an image into a grid
I want to create a function that splits an image into many separate blocks that when put together look like the image as a whole, often called a Rasterbator. Given the number of tiles for height and ...
2votes
1answer
95views
Graphic Ape Designs gallery website
I am currently working on my YR9 (I'm 14) IST web development project and I want to know some tricks for optimizing my website. I know that I shouldn't have the same CSS rules in the style tag on ...
2votes
3answers
162views
CSS animation via JavaScript
I call this animateElements function as part of an animation loop (inspired via Dave Gamache). Everything works as expected, but I would love to try and improve/...
1vote
1answer
240views
jQuery Responsive Carousel
I have developed a jQuery Responsive Carousel. When opened, the carousel in the browser and the Chrome task manager, I see that the memory usage of my page is higher than the rest of the opened tabs (...
1vote
1answer
3kviews
Updating height of the rows in tables with jQuery
Does it make any sense and how to modify the JavaScript/jQuery code below to increase the performance? The working code is: ...
6votes
2answers
468views
Algorithmic simplification of Miller Columns
Background Unsatisfied with existing implementations of Miller Columns (used to edit hierarchical data), I decided to re-invent the wheel. Problem Most of the existing implementations are too ...
5votes
1answer
172views
jQuery Fallback Support for the CSS Property "background-attachment: local"
I have made some jQuery Fallback Support for the CSS Property "background-attachment: local" and I am mainly a CSS developer. I do some jQuery, but I thought I would check to see if I am doing this in ...
1vote
1answer
733views
Optimization of a simple jQuery-powered image gallery
Here is my script of a simple jQuery-powered galler I've decided to create while studying JavaScript. Please point out my mistakes and let me know how the script can be optimized! JavaScript ...
2votes
3answers
381views
Web page with draggable boxes in a grid
I have the following code in jsfiddle. I have been told this this code is messy and not optimised. My question is, what about this is messy and unoptimised and how can it be tidied up and optimised ...
1vote
3answers
3kviews
jQuery substitute for multiple hovers
I would like to find a more efficienct way to use jQuery for my question and answer page. Here is the code which I want to change. If a .q_container is clicked, I ...
2votes
1answer
319views
Can my code be optimized more? [closed]
Preview: http://sparksonrails.pennfolio.com/ Jquery: ...
6votes
1answer
557views
Creating a tab plugin
I am creating a tab plugin. I want to know if there is a better way of doing this or if what I have is good. It works just fine, but there may be some shortcuts or a more optimized way of ...